go/types.Checker.representation (method)

3 uses

	go/types (current package)
		expr.go#L418: 	v, code := check.representation(x, typ)
		expr.go#L432: func (check *Checker) representation(x *operand, typ *Basic) (constant.Value, errorCode) {
		expr.go#L654: 			v, code := check.representation(x, u)